java.util.concurrent
based caches.See: Description
Class | Description |
---|---|
ConcurrentMapCache |
Simple
Cache implementation based on the
core JDK java.util.concurrent package. |
ConcurrentMapCacheFactoryBean |
FactoryBean for easy configuration of a ConcurrentMapCache
when used within a Spring container. |
ConcurrentMapCacheManager |
CacheManager implementation that lazily builds ConcurrentMapCache
instances for each ConcurrentMapCacheManager.getCache(java.lang.String) request. |
java.util.concurrent
based caches.
Provides a CacheManager
and Cache
implementation for
use in a Spring context, using a JDK based thread pool at runtime.